Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix project build, fix for tse.csv #23

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

dhaeb
Copy link

@dhaeb dhaeb commented Mar 29, 2021

Hey,
as I stated in #22, my company is interested in maintaining the project. To get it building using java 11+, I needed to adjust the module_info.java file. To be able to run it from command line, I added the assembly plugin to build a "fat jar".

Additionally, we tried the current state with our csv files and noticed that the tse.csv "binding" were not in place. So we created our own, currently using strings instead of the given enums for pragmatic ease of use.

If you have questions , just ask. I would also be interested in getting access to the repo in general, as we plan to use the tool in our CI chain and opt in for future development.

Best,

Dan

dhaeb and others added 3 commits March 12, 2021 15:04
…t Id refers to the custom vat id hence need not be validated )

- The TSE_TA_SIG and TSE_TA_SIGZ should have alphanumeric data type
- Add the required properties in the class StammTse and also check for the field lengths and field types
@@ -19,7 +19,7 @@
public static final String FILENAME = "transactions_vat.csv";

@NotNull
@ValidVatId
// @ValidVatId
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed to comment out due to wrong validation results.

@lfrancke
Copy link
Member

Hi @dhaeb, sorry for the slow response due to the holidays. I'll get back to you as soon as possible (this week hopefully) and we can sort something out

@lfrancke
Copy link
Member

I'm happy to just remove the module-info.java in its entirety. I actually thought I already did so but it might just have been the gdpu project where I did so.

I'm also happy to merge as is. I'll leave it up to you.

Regarding the "future": Do you want to have a call? If you're interested ping me at lars.francke at opencore.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants